crypto/cipher.gcmWithRandomNonce.Open (method, view implemented interface methods)

one use

	crypto/cipher (current package)
		gcm.go#L164: func (g gcmWithRandomNonce) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {